Skip to content

Update action.yml#32

Open
ringabout wants to merge 3 commits intomasterfrom
ringabout-patch-3
Open

Update action.yml#32
ringabout wants to merge 3 commits intomasterfrom
ringabout-patch-3

Conversation

@ringabout
Copy link
Copy Markdown
Owner

No description provided.

@ringabout ringabout closed this Apr 1, 2026
@ringabout ringabout reopened this Apr 1, 2026
Copilot AI review requested due to automatic review settings April 1, 2026 01:04
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions workflow that runs the Nim test suite across compiler versions.

Changes:

  • Changed the test_version job matrix from testing stable to testing devel only.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -40,10 +40,10 @@ jobs:
strategy:
matrix:
version:
Copy link

Copilot AI Apr 1, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The CI matrix for test_version no longer runs against Nim stable (only devel). This reduces coverage and can allow regressions on the currently supported stable compiler. Consider running both stable and devel in the matrix (or keeping stable if only one is intended).

Suggested change
version:
version:
- stable

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants